:%s/.*\cNotch.*\n/


LCD writing tablet functional principal

Cholesteric liquid-crystal drawing tablet


🗓️ Created: 2024-05-19 | Modified: 2025-08-03

Tablet screen filled

Prelude

I recently stumbled across drawing tablets seemingly works by the means of magic, the search term is: LCD writing tablet I have a thing for daylight viewable screens, so the allure was irresistible for me.

After one quick trip to the local hardware store, and subsequently the local hacker space, i was able to examine the technology first hand, and for low monetary cost too, i might add.

Properties

The properties are as follows:

Layers

The tablet consists of a sandwich of 3 layers:

Functional principal

The means of function of this device, is merely a property of how the cholesteric liquid-crystal work:

"crystals flow at different rates, depending on the direction of pressure being applied"

"anisotropic flow causes the molecules to order themselves to reflect light in those places where a stylus touches the plastic sheet."

Sources:

  1. How Liquid Crystal Displays Work in an eWriter - new.nsf.gov
  2. Cholesteric liquid crystal - wikipedia.org
  3. Anisotropy - wikipedia.org

Comments

INSERT INTO comment(nickname, visitor_url, contact, show_contact, comment, public) VALUES (
, , , , ,
);
(Will await approval before becoming public)

SELECT id, nickname, comment, page_url, visitor_url, (CASE WHEN show_contact THEN contact ELSE NULL END) as contact_info, created_at
FROM comment WHERE approved AND public AND page_url = '/LCD writing tablet functional principal' ORDER BY created_at DESC;
*No comments*